Add xenstat framework.
authorjosht@us.ibm.com <josht@us.ibm.com>
Fri, 12 Aug 2005 18:36:54 +0000 (18:36 +0000)
committerjosht@us.ibm.com <josht@us.ibm.com>
Fri, 12 Aug 2005 18:36:54 +0000 (18:36 +0000)
commit49839b535b78d22eb0a5aee60e3d9f831b3cb002
tree610109c438ffd809bbd0edbd8aa077ababe06db1
parent2d76e4deef42d81f7e516ebf9372a131bb6ae063
Add xenstat framework.
# HG changeset patch
# User josht@us.ibm.com
# Node ID d39cf132a00a91e65c0ad4640c5bd17f722788b7
# Parent  822566f5cfddce3b641b5a1a119dfd592ec69158
Add xenstat framework.
14 files changed:
tools/Makefile
tools/Rules.mk
tools/xenstat/Makefile [new file with mode: 0644]
tools/xenstat/libxenstat/COPYING [new file with mode: 0644]
tools/xenstat/libxenstat/Makefile [new file with mode: 0644]
tools/xenstat/libxenstat/bindings/swig/xenstat.i [new file with mode: 0644]
tools/xenstat/libxenstat/src/xen-interface.c [new file with mode: 0644]
tools/xenstat/libxenstat/src/xen-interface.h [new file with mode: 0644]
tools/xenstat/libxenstat/src/xenstat.c [new file with mode: 0644]
tools/xenstat/libxenstat/src/xenstat.h [new file with mode: 0644]
tools/xenstat/vm-top/Makefile [new file with mode: 0644]
tools/xenstat/vm-top/TODO [new file with mode: 0644]
tools/xenstat/vm-top/vm-top.1 [new file with mode: 0644]
tools/xenstat/vm-top/vm-top.c [new file with mode: 0644]